home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
v10n22.arc
/
WINNAV.H
< prev
next >
Wrap
Text File
|
1991-12-08
|
2KB
|
83 lines
//------------------------------------------------------------------------
//
// WINNAV.H -- Include file for WINNAV.C
//
// (c) Douglas Boling, 1991
//
//------------------------------------------------------------------------
//
// Define user message for client window
//
#define WUM_SETPATH WM_USER+1
//
// Child window IDs
//
#define IDD_SCROLLBAR 10
#define IDD_EDITBOX 11
#define IDD_DRVBOX 20
#define IDD_1STBOX 21
#define IDD_1STBUTTON 60
//
// Menu IDs
//
#define IDM_OPEN 100
#define IDM_RUN 101
#define IDM_MOVE 102
#define IDM_COPY 103
#define IDM_RENAME 104
#define IDM_MKDIR 105
#define IDM_DELETE 106
#define IDM_ATTRIB 107
#define IDM_INFO 108
#define IDM_EXIT 109
#define IDM_CONFIG 110
#define IDM_ABOUT 120
//
// IDs 200 - 499 reserved for string resources
//
//
// Dialog box control IDs
//
#define IDD_INCHIDDEN 500
#define IDD_INCSYSTEM 501
#define IDD_SRTDIR1ST 502
#define IDD_SRTDIRLST 503
#define IDD_EDITORNAME 504
#define IDD_BTNTOTAL 505
#define IDD_BTNNUM 506
#define IDD_BTNFUNC 507
#define IDD_CONFFDEL 508
#define IDD_CONFDDEL 509
#define IDD_FUNCNAME 520
#define IDD_SRCNAME 521
#define IDD_BOXTITLE 522
#define IDD_DESTNAME 523
#define IDD_SRCRECURSE 524
#define IDD_FDRVBOX 525
#define IDD_FDIRBOX 526
#define IDD_FFILEBOX 527
#define IDD_FILENAME 540
#define IDD_FILEHIDDEN 541
#define IDD_FILESYSTEM 542
#define IDD_FILEREADONLY 543
#define IDD_FILEARCHIVE 544
#define IDD_INFONAME 560
#define IDD_INFOTYPE 561
#define IDD_INFOSIZE 562
#define IDD_INFODATE 563
#define IDD_INFOTIME 564
#define IDD_INFOFLAGS 565
#define IDD_INFODETAIL 566
#define IDD_DIRNAME 580
#define IDD_CURRDIR 581